/* Status dialogue box */

#ifndef __nfstatus_h
#define __nfstatus_h

extern void nfstatus_initialise(void);
extern void nfstatus_show(void);
extern void nfstatus_idle(void);
extern void nfstatus_busy(void);
extern void nfstatus_setgroup(const char *group);
extern void nfstatus_setmessage(unsigned message, unsigned total);
extern void nfstatus_setmessages(unsigned total);
extern void nfstatus_blankmessage(void);
extern void nfstatus_setfound(int found);
extern void nfstatus_complete(int found);

#endif
